home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13125 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: howland.reston.ans.net!psinntp!psinntp!psinntp!psinntp!usenet
  2. From: grantp@usa.pipeline.com(Pete Grant)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ - how can I get it?
  5. Date: 23 Mar 1996 18:47:34 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4j1h06$kit@news1.h1.usa.pipeline.com>
  8. References: <4j1bo3$1h1q@darkwing.cadvision.com>
  9. NNTP-Posting-Host: 38.8.60.6
  10. X-PipeUser: grantp
  11. X-PipeHub: usa.pipeline.com
  12. X-PipeGCOS: (Pete Grant)
  13. X-Newsreader: Pipeline v3.5.0
  14.  
  15. On Mar 23, 1996 17:17:55 in article <C++ - how can I get it?>,
  16. 'flanganl@cadvision.com (flanganl)' wrote: 
  17.  
  18.  
  19. >I know you guys are big time programmers and all so, don't laugh.   
  20. >I'm just starting in QBasic but I need some 
  21. >info on C++ etc.  Any suggestions for programming? 
  22. Ha, ha ...I'm laughing 'cause I was never a beginner just starting 
  23. out ---  C++ was in my blood from birth :-) 
  24.  
  25. If possible, take a college course -- or two. 
  26.  
  27. If not, get The C++ Programming Language by Bjarne Stroustrup and 
  28. a compiler with documentation.  I haven't read books with titles 
  29. like "C++ for dummies" or "...In 21 days", but the titles turn me 
  30. off so I won't recommend them.  As you gain knowledge, start 
  31. collecting a library of advanced books -- Scott Myers' Effective 
  32. C++ and More Effective C++ are good, as is Coplien's Advanced C++. 
  33. Teale's IOStreams is a bit deep for a beginner, but a must later on. 
  34.  
  35. C++ is a complex language and will take a long time to learn well. 
  36. On the positive side, you can get started fairly quickly and write 
  37. small programs about as well as with other similar languages. 
  38.  
  39. When first starting out, refrain from writing GUI programs (Windows, 
  40. Motif, etc.) as they add complexity.  In addition, some GUI 
  41. libraries (I'm not going to mention which, but their initials are 
  42. MFC) are not very good for learning OOP.  Do a few character-mode 
  43. projects to learn the language, then embark on a GUI module when 
  44. you feel ready. 
  45.  
  46. -- 
  47. Pete Grant 
  48. Kalevi, Inc. 
  49. Software Engineering & development
  50.